home *** CD-ROM | disk | FTP | other *** search
- /*
- <!-- ***** BEGIN LICENSE BLOCK *****
- - Version: MPL 1.1/LGPL 2.1
- -
- - The contents of this file are subject to the Mozilla Public License Version
- - 1.1 (the "License"); you may not use this file except in compliance with
- - the License. You may obtain a copy of the License at
- - http://www.mozilla.org/MPL/
- -
- - Software distributed under the License is distributed on an "AS IS" basis,
- - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- - for the specific language governing rights and limitations under the
- - License.
- -
- - The Original Code is PeerAware Workspace User Interface.
- -
- - The Initial Developer of the Original Code is
- - Imunin Software Inc.
- - Portions created by the Initial Developer are Copyright (C) 2006-2008
- - the Initial Developer. All Rights Reserved.
- -
- - Contributor(s):
- -
- - Alternatively, the contents of this file may be used under the terms of
- - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- - in which case the provisions of the LGPL are applicable instead
- - of those above. If you wish to allow use of your version of this file only
- - under the terms of the LGPL, and not to allow others to
- - use your version of this file under the terms of the MPL, indicate your
- - decision by deleting the provisions above and replace them with the notice
- - and other provisions required by the LGPL. If you do not delete
- - the provisions above, a recipient may use your version of this file under
- - the terms of any one of the MPL or the LGPL.
- -
- - ***** END LICENSE BLOCK ***** -->
- */
-
- body {
- margin:0;
- padding:0;
- background:white;
- font-family: Arial, sans-serif;
- font-size: 12px;
- overflow:hidden;
- }
-
- #tabs1 {
- float:left;
- width:100%;
- background:#ece9d8;
- line-height:normal;
- border-bottom:1px solid #9AB0Be;
- font-weight:bold;
- }
- #tabs1 ul {
- margin:0;
- padding:10px 10px 0 50px;
- list-style:none;
- }
- #tabs1 li {
- display:inline;
- margin:0;
- padding:0;
- }
- #tabs1 a {
- float:left;
- background:url("tableft1.gif") no-repeat left top;
- margin:0;
- padding:0 0 0 4px;
- text-decoration:none;
- }
- #tabs1 a span {
- float:left;
- display:block;
- background:url("tabright1.gif") no-repeat right top;
- padding:5px 15px 4px 6px;
- color:#627EB7;
- }
- #tabs1 a span {float:none;}
- #tabs a:hover span {
- color:#627EB7;
- }
- #tabs1 a:hover {
- background-position:0% -42px;
- }
- #tabs1 a:hover span {
- background-position:100% -42px;
- }
- #tabs1 #current a {
- background-position: 0 -42px;
- }
- #tabs1 #current a span {
- background-position: 100% -42px;
- }
-
- #invitetitle
- {
- margin-left:10px;
- color:#215dc6;
- font-size: 12px;
- font-weight:bold;
- }
-
- #c
- {
- left:0px;
- right:0px;
- bottom:80px;
- overflow-x: hidden;
- overflow-y: scroll;
- background-color:#ffffff;
- font-size: 12px;
- font-family:verdana;
- border-top:1px solid #9AB0Be;
- }
- div.info {
- color: gray;
- }
- img {
- vertical-align: middle;
- }
- #smileys
- {
- position:absolute;
- bottom:55px;
- left:20px;
- }
- img.emoticon
- {
- margin-bottom:2px;
- border: medium none;
- }
- #editarea
- {
- border-top:solid 1px #9AB0Be;
- position:absolute;
- bottom:0px;
- width:100%;
- height:80px;
- background-color:#ece9d8;
- }
- #Div1
- {
- position:absolute;
- bottom:10px;
- right:80px;
- left:20px;
- height:40px;
- }
- #Div1 textarea
- {
- font-family: Arial, sans-serif;
- font-size: 12px;
- width:75%;
- height:40px;
- border:solid 1px #9AB0Be;
- }
- #login
- {
- padding-top: 50px;
- }
- #dialog {
- border: 10px solid #ccc;
- background: #fff;
- width: 400px;
- margin: 0 auto 20px auto;
- }
- #logindata
- {
- float:right;
- margin-bottom:20px;
- margin-right:20px;
- }
- #remember
- {
- margin-left:30px;
- }
- #welcome
- {
- font-size:14px;
- font-family:verdana,sans-serif;
- margin-bottom:10px;
- }
- #pwlogin
- {
- font-size:14px;
- font-family:verdana,sans-serif;
- }
-
- #Div2
- {
- margin-bottom:20px;
- margin-right:15px;
- margin-top:30px;
- float:right;
- }
- #sendbutton
- {
- }
-
- #loginbutton
- {
- margin-top:20px;
- margin-left:80px;
- }
- #content
- {
- margin: 20px 20px 20px 20px;
- }
- #logo {
- float: left;
- margin-right:20px;
- }
-